home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / WIN_PRO / DS-1.ZIP;1 / H.ZIP / RT.H < prev    next >
Encoding:
C/C++ Source or Header  |  1992-02-10  |  470 b   |  25 lines

  1. #ifndef RT_DOT_H    /* only include once */
  2. #define RT_DOT_H 1
  3.  
  4. /*
  5.  * Include files.
  6.  */
  7.  
  8. #include "../h/define.h"
  9. #include "../h/path.h"
  10. #include "../h/config.h"
  11. #include "../h/sys.h"
  12. #include "../h/typedefs.h"
  13. #include "../h/cstructs.h"
  14. #include "../h/cpuconf.h"
  15. #include "../h/monitor.h"
  16. #include "../h/rmacros.h"
  17. #include "../h/rstructs.h"
  18.  
  19.  
  20. #include "../h/rexterns.h"
  21. #include "../h/proto.h"
  22. #include "../h/rproto.h"
  23.  
  24. #endif                    /* RT_DOT_H */
  25.